fix(deps): bump postcss + ws; suppress vite + esbuild dev-only CVEs#124
Merged
Conversation
Clears OSV-Scanner on main by bumping the 2 in-semver CVEs and suppressing the 2 dev-only-no-prod-reach CVEs with documented rationale. Bumped: - postcss 8.5.9 -> 8.5.15 (GHSA-qx2v-qp2m-jg93, transitive of vite) - ws (dev) 8.20.0 -> 8.20.1 (GHSA-58qx-3vcg-4xpx, transitive of jsdom) Suppressed in osv-scanner.toml (dev-only, no prod exposure): - GHSA-4w7w-66w2-5vf9 (vite dev-server path traversal in .map handling) - GHSA-67mh-4wv8-2f99 (esbuild dev-server CORS) Justification: instanode-web ships a static GitHub Pages artifact. No Node runtime in prod. Dev-server vulns cannot reach users. Will lift the suppressions when vite is bumped to v7 (separate breaking-change PR). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clears OSV-Scanner on main by bumping the 2 in-semver CVEs and suppressing the 2 dev-only-no-prod-reach CVEs with documented rationale.
Bumped (transitive, via npm update)
Suppressed in osv-scanner.toml (dev-only, no prod exposure)
Justification
instanode-web ships a static GitHub Pages artifact. No Node runtime in prod. Dev-server vulns cannot reach users. Will lift the suppressions when vite is bumped to v7 (separate breaking-change PR).
Test plan
npm run gate): 43 files, 731 passed, 3 skipped, 0 failed🤖 Generated with Claude Code